• frmCustomerRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCustomerRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCustomerRecord1))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel6 = New System.Windows.Forms.Panel()
33         Me.txtContactNo = New System.Windows.Forms.TextBox()
34         Me.Label4 = New System.Windows.Forms.Label()
35         Me.Panel4 = New System.Windows.Forms.Panel()
36         Me.txtCity = New System.Windows.Forms.TextBox()
37         Me.Label2 = New System.Windows.Forms.Label()
38         Me.Panel5 = New System.Windows.Forms.Panel()
39         Me.Button2 = New System.Windows.Forms.Button()
40         Me.Button1 = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.Panel3 = New System.Windows.Forms.Panel()
43         Me.txtCustomerName = New System.Windows.Forms.TextBox()
44         Me.Label3 = New System.Windows.Forms.Label()
45         Me.dgw = New System.Windows.Forms.DataGridView()
46         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Panel2 = New System.Windows.Forms.Panel()
58         Me.lblSet = New System.Windows.Forms.Label()
59         Me.Label1 = New System.Windows.Forms.Label()
60         Me.Panel1.SuspendLayout()
61         Me.Panel6.SuspendLayout()
62         Me.Panel4.SuspendLayout()
63         Me.Panel5.SuspendLayout()
64         Me.Panel3.SuspendLayout()
65         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
66         Me.Panel2.SuspendLayout()
67         Me.SuspendLayout()
68         
'
69         
'Panel1
70         
'
71         Me.Panel1.BackColor = System.Drawing.Color.White
72         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
73         Me.Panel1.Controls.Add(Me.Panel6)
74         Me.Panel1.Controls.Add(Me.Panel4)
75         Me.Panel1.Controls.Add(Me.Panel5)
76         Me.Panel1.Controls.Add(Me.Panel3)
77         Me.Panel1.Controls.Add(Me.dgw)
78         Me.Panel1.Controls.Add(Me.Panel2)
79         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
80         Me.Panel1.Name =
"Panel1"
81         Me.Panel1.Size = New System.Drawing.Size(
1046, 618)
82         Me.Panel1.TabIndex =
2
83         
'
84         
'Panel6
85         
'
86         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
87         Me.Panel6.Controls.Add(Me.txtContactNo)
88         Me.Panel6.Controls.Add(Me.Label4)
89         Me.Panel6.Location = New System.Drawing.Point(
447, 75)
90         Me.Panel6.Name =
"Panel6"
91         Me.Panel6.Size = New System.Drawing.Size(
213, 70)
92         Me.Panel6.TabIndex =
50
93         
'
94         
'txtContactNo
95         
'
96         Me.txtContactNo.BackColor = System.Drawing.Color.White
97         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
98         Me.txtContactNo.Location = New System.Drawing.Point(
13, 30)
99         Me.txtContactNo.Name =
"txtContactNo"
100         Me.txtContactNo.Size = New System.Drawing.Size(
183, 21)
101         Me.txtContactNo.TabIndex =
13
102         
'
103         
'Label4
104         
'
105         Me.Label4.AutoSize = True
106         Me.Label4.Location = New System.Drawing.Point(
10, 10)
107         Me.Label4.Name =
"Label4"
108         Me.Label4.Size = New System.Drawing.Size(
122, 13)
109         Me.Label4.TabIndex =
12
110         Me.Label4.Text =
"Search By Contact No. :"
111         
'
112         
'Panel4
113         
'
114         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
115         Me.Panel4.Controls.Add(Me.txtCity)
116         Me.Panel4.Controls.Add(Me.Label2)
117         Me.Panel4.Location = New System.Drawing.Point(
228, 75)
118         Me.Panel4.Name =
"Panel4"
119         Me.Panel4.Size = New System.Drawing.Size(
213, 70)
120         Me.Panel4.TabIndex =
49
121         
'
122         
'txtCity
123         
'
124         Me.txtCity.BackColor = System.Drawing.Color.White
125         Me.txtCity.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.txtCity.Location = New System.Drawing.Point(
13, 30)
127         Me.txtCity.Name =
"txtCity"
128         Me.txtCity.Size = New System.Drawing.Size(
183, 21)
129         Me.txtCity.TabIndex =
13
130         
'
131         
'Label2
132         
'
133         Me.Label2.AutoSize = True
134         Me.Label2.Location = New System.Drawing.Point(
10, 10)
135         Me.Label2.Name =
"Label2"
136         Me.Label2.Size = New System.Drawing.Size(
82, 13)
137         Me.Label2.TabIndex =
12
138         Me.Label2.Text =
"Search By City :"
139         
'
140         
'Panel5
141         
'
142         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
143         Me.Panel5.Controls.Add(Me.Button2)
144         Me.Panel5.Controls.Add(Me.Button1)
145         Me.Panel5.Controls.Add(Me.btnClose)
146         Me.Panel5.Location = New System.Drawing.Point(
666, 75)
147         Me.Panel5.Name =
"Panel5"
148         Me.Panel5.Size = New System.Drawing.Size(
279, 70)
149         Me.Panel5.TabIndex =
42
150         
'
151         
'Button2
152         
'
153         Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand
154         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
155         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
156         Me.Button2.Location = New System.Drawing.Point(
98, 23)
157         Me.Button2.Name =
"Button2"
158         Me.Button2.Size = New System.Drawing.Size(
82, 28)
159         Me.Button2.TabIndex =
6
160         Me.Button2.Text =
"&Export Excel"
161         Me.Button2.UseVisualStyleBackColor = True
162         
'
163         
'Button1
164         
'
165         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
166         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
167         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         Me.Button1.Location = New System.Drawing.Point(
10, 23)
169         Me.Button1.Name =
"Button1"
170         Me.Button1.Size = New System.Drawing.Size(
82, 28)
171         Me.Button1.TabIndex =
5
172         Me.Button1.Text =
"&Reset"
173         Me.Button1.UseVisualStyleBackColor = True
174         
'
175         
'btnClose
176         
'
177         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
178         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
179         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.btnClose.Location = New System.Drawing.Point(
186, 23)
181         Me.btnClose.Name =
"btnClose"
182         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
183         Me.btnClose.TabIndex =
4
184         Me.btnClose.Text =
"&Close"
185         Me.btnClose.UseVisualStyleBackColor = True
186         
'
187         
'Panel3
188         
'
189         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
190         Me.Panel3.Controls.Add(Me.txtCustomerName)
191         Me.Panel3.Controls.Add(Me.Label3)
192         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
193         Me.Panel3.Name =
"Panel3"
194         Me.Panel3.Size = New System.Drawing.Size(
213, 70)
195         Me.Panel3.TabIndex =
48
196         
'
197         
'txtCustomerName
198         
'
199         Me.txtCustomerName.BackColor = System.Drawing.Color.White
200         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.txtCustomerName.Location = New System.Drawing.Point(
13, 30)
202         Me.txtCustomerName.Name =
"txtCustomerName"
203         Me.txtCustomerName.Size = New System.Drawing.Size(
183, 21)
204         Me.txtCustomerName.TabIndex =
13
205         
'
206         
'Label3
207         
'
208         Me.Label3.AutoSize = True
209         Me.Label3.Location = New System.Drawing.Point(
10, 10)
210         Me.Label3.Name =
"Label3"
211         Me.Label3.Size = New System.Drawing.Size(
140, 13)
212         Me.Label3.TabIndex =
12
213         Me.Label3.Text =
"Search By Customer Name :"
214         
'
215         
'dgw
216         
'
217         Me.dgw.AllowUserToAddRows = False
218         Me.dgw.AllowUserToDeleteRows = False
219         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
220         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
221         Me.dgw.BackgroundColor = System.Drawing.Color.White
222         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
223         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
224         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
225         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
226         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
227         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
228         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
229         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
230         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
231         Me.dgw.ColumnHeadersHeight =
30
232         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column12, Me.Column8, Me.Column4, Me.Column6, Me.Column7, Me.Column9, Me.Column10, Me.Column11})
233         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
234         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
235         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
236         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
237         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
238         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
239         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
240         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
241         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
242         Me.dgw.EnableHeadersVisualStyles = False
243         Me.dgw.GridColor = System.Drawing.Color.White
244         Me.dgw.Location = New System.Drawing.Point(
9, 151)
245         Me.dgw.MultiSelect = False
246         Me.dgw.Name =
"dgw"
247         Me.dgw.ReadOnly = True
248         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
249         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
250         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
251         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
252         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
253         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
254         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
255         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
256         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
257         Me.dgw.RowHeadersWidth =
25
258         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
259         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
260         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
261         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
262         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
263         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
264         Me.dgw.RowTemplate.Height =
15
265         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
266         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
267         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
268         Me.dgw.Size = New System.Drawing.Size(
1028, 455)
269         Me.dgw.TabIndex =
43
270         
'
271         
'Column1
272         
'
273         Me.Column1.HeaderText =
"ID"
274         Me.Column1.Name =
"Column1"
275         Me.Column1.ReadOnly = True
276         Me.Column1.Visible = False
277         
'
278         
'Column2
279         
'
280         Me.Column2.HeaderText =
"Customer ID"
281         Me.Column2.Name =
"Column2"
282         Me.Column2.ReadOnly = True
283         
'
284         
'Column3
285         
'
286         Me.Column3.HeaderText =
"Customer Name"
287         Me.Column3.Name =
"Column3"
288         Me.Column3.ReadOnly = True
289         
'
290         
'Column12
291         
'
292         Me.Column12.HeaderText =
"Gender"
293         Me.Column12.Name =
"Column12"
294         Me.Column12.ReadOnly = True
295         
'
296         
'Column8
297         
'
298         Me.Column8.HeaderText =
"Address"
299         Me.Column8.Name =
"Column8"
300         Me.Column8.ReadOnly = True
301         
'
302         
'Column4
303         
'
304         Me.Column4.HeaderText =
"City"
305         Me.Column4.Name =
"Column4"
306         Me.Column4.ReadOnly = True
307         
'
308         
'Column6
309         
'
310         Me.Column6.HeaderText =
"State"
311         Me.Column6.Name =
"Column6"
312         Me.Column6.ReadOnly = True
313         
'
314         
'Column7
315         
'
316         Me.Column7.HeaderText =
"Zip Code"
317         Me.Column7.Name =
"Column7"
318         Me.Column7.ReadOnly = True
319         
'
320         
'Column9
321         
'
322         Me.Column9.HeaderText =
"Contact No."
323         Me.Column9.Name =
"Column9"
324         Me.Column9.ReadOnly = True
325         
'
326         
'Column10
327         
'
328         Me.Column10.HeaderText =
"Email ID"
329         Me.Column10.Name =
"Column10"
330         Me.Column10.ReadOnly = True
331         
'
332         
'Column11
333         
'
334         Me.Column11.HeaderText =
"Remarks"
335         Me.Column11.Name =
"Column11"
336         Me.Column11.ReadOnly = True
337         
'
338         
'Panel2
339         
'
340         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
341         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
342         Me.Panel2.Controls.Add(Me.lblSet)
343         Me.Panel2.Controls.Add(Me.Label1)
344         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
345         Me.Panel2.Name =
"Panel2"
346         Me.Panel2.Size = New System.Drawing.Size(
1028, 62)
347         Me.Panel2.TabIndex =
0
348         
'
349         
'lblSet
350         
'
351         Me.lblSet.AutoSize = True
352         Me.lblSet.Location = New System.Drawing.Point(
615, 27)
353         Me.lblSet.Name =
"lblSet"
354         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
355         Me.lblSet.TabIndex =
44
356         Me.lblSet.Text =
"Set"
357         Me.lblSet.Visible = False
358         
'
359         
'Label1
360         
'
361         Me.Label1.AutoSize = True
362         Me.Label1.BackColor = System.Drawing.Color.Transparent
363         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
364         Me.Label1.ForeColor = System.Drawing.Color.White
365         Me.Label1.Location = New System.Drawing.Point(
422, 19)
366         Me.Label1.Name =
"Label1"
367         Me.Label1.Size = New System.Drawing.Size(
173, 24)
368         Me.Label1.TabIndex =
0
369         Me.Label1.Text =
"List Of Customers"
370         
'
371         
'frmCustomerRecord1
372         
'
373         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
374         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
375         Me.BackColor = System.Drawing.Color.DarkSlateGray
376         Me.ClientSize = New System.Drawing.Size(
1069, 644)
377         Me.Controls.Add(Me.Panel1)
378         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
379         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
380         Me.MaximizeBox = False
381         Me.MinimizeBox = False
382         Me.Name =
"frmCustomerRecord1"
383         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
384         Me.Panel1.ResumeLayout(False)
385         Me.Panel6.ResumeLayout(False)
386         Me.Panel6.PerformLayout()
387         Me.Panel4.ResumeLayout(False)
388         Me.Panel4.PerformLayout()
389         Me.Panel5.ResumeLayout(False)
390         Me.Panel3.ResumeLayout(False)
391         Me.Panel3.PerformLayout()
392         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
393         Me.Panel2.ResumeLayout(False)
394         Me.Panel2.PerformLayout()
395         Me.ResumeLayout(False)
396
397     End Sub
398     Friend WithEvents Panel1 As System.Windows.Forms.Panel
399     Friend WithEvents Panel2 As System.Windows.Forms.Panel
400     Friend WithEvents Label1 As System.Windows.Forms.Label
401     Friend WithEvents Panel5 As System.Windows.Forms.Panel
402     Friend WithEvents btnClose As System.Windows.Forms.Button
403     Friend WithEvents dgw As System.Windows.Forms.DataGridView
404     Friend WithEvents lblSet As System.Windows.Forms.Label
405     Friend WithEvents Panel4 As System.Windows.Forms.Panel
406     Friend WithEvents txtCity As System.Windows.Forms.TextBox
407     Friend WithEvents Label2 As System.Windows.Forms.Label
408     Friend WithEvents Panel3 As System.Windows.Forms.Panel
409     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
410     Friend WithEvents Label3 As System.Windows.Forms.Label
411     Friend WithEvents Button1 As System.Windows.Forms.Button
412     Friend WithEvents Panel6 As System.Windows.Forms.Panel
413     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
414     Friend WithEvents Label4 As System.Windows.Forms.Label
415     Friend WithEvents Button2 As System.Windows.Forms.Button
416     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
417     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
418     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
419     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
420     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
421     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
422     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
423     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
424     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
425     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
426     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
427
428 End Class


Gõ tìm kiếm nhanh...